home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / contest89 / STING2.RED < prev    next >
Encoding:
Text File  |  1991-08-13  |  209 b   |  12 lines

  1. stomp    mov #0        -1
  2.          jmp -1
  3. sting2   spl  stomp
  4. loop     add #8        cell
  5.          jmz  loop    @cell
  6.          add  sting2  @cell 
  7.          jmp  loop
  8. cell     dat  4912
  9.          end  sting2
  10.  
  11.  
  12. ˇ